projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cfe3ee
)
* lisp/ido.el (ido-read-internal, ido-complete): Do not bind `non-essential'.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 15 Mar 2017 10:24:23 +0000
(11:24 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 15 Mar 2017 10:24:23 +0000
(11:24 +0100)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 561d6e7f0813b8004eddfe29b281252aca270b47..293c8e28570b7cb4aeadcaeeb1cef15d9e880ba2 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-1882,7
+1882,6
@@
If INITIAL is non-nil, it specifies the initial input string."
ido-selected
ido-final-text
(done nil)
- (non-essential t) ;; prevent eager Tramp connection
(icomplete-mode nil) ;; prevent icomplete starting up
;; Exported dynamic variables:
ido-cur-list
@@
-2541,7
+2540,7
@@
If cursor is not at the end of the user input, move to end of input."
(defun ido-complete ()
"Try and complete the current pattern amongst the file names."
(interactive)
- (let (
non-essential
res)
+ (let (res)
(cond
(ido-incomplete-regexp
;; Do nothing